ComponentOne Reports for WPF
C1.C1Report.CustomFields.Maps Namespace / MapOwnedCollectionBase<T> Class / Item Property / Item(String) Property

In This Topic
    Item(String) Property
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Overridable Property Item( _
       ByVal name As String _
    ) As T
    public virtual T Item( 
       string name
    ) {get; set;}

    Parameters

    name
    See Also